silence uselib_local warning produced by waf
authorMichael Tokarev <mjt@tls.msk.ru>
Sun, 3 Apr 2022 04:57:38 +0000 (07:57 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 27 Feb 2026 10:11:48 +0000 (13:11 +0300)
commitb2ed94d6eb151c48d67506386299162fb219596b
tree55fc843a2365395698828762d9fc4ac533a1c086
parent733d8f5a3498ef048f102a36dc3dc73b418cb3d2
silence uselib_local warning produced by waf

During config/build process in verbose mode, waf produces
about 2k repetitions of this warning:

  compat: "uselib_local" is deprecated, replace by "use"

which clutters the build log.

Comment this warning out for now until it will be
fixed properly.

Gbp-Pq: Name silence-waf-uselib_local.diff
buildtools/wafsamba/samba_waf18.py